home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / HyperCard Files / MacMathPascal / card_11417.txt < prev    next >
Encoding:
Text File  |  1988-09-05  |  3.1 KB  |  158 lines

  1. -- card: 11417 from stack: in
  2. -- bmap block id: 12083
  3. -- flags: 0000
  4. -- background id: 10374
  5. -- name: Order 2
  6. ----- HyperTalk script -----
  7. on opencard
  8.   set userlevel to 2
  9. end opencard
  10. on closecard
  11.   set userlevel to 1
  12. end closecard
  13.  
  14.  
  15.  
  16. -- part 1 (field)
  17. -- low flags: 00
  18. -- high flags: 4004
  19. -- rect: left=18 top=118 right=146 bottom=425
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 0
  23. -- font id: 4
  24. -- text size: 9
  25. -- style flags: 0
  26. -- line height: 12
  27. -- part name: 
  28.  
  29.  
  30. -- part 2 (field)
  31. -- low flags: 00
  32. -- high flags: 4004
  33. -- rect: left=19 top=169 right=197 bottom=426
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 0
  37. -- font id: 4
  38. -- text size: 9
  39. -- style flags: 0
  40. -- line height: 12
  41. -- part name: 
  42.  
  43.  
  44. -- part 3 (field)
  45. -- low flags: 00
  46. -- high flags: 4004
  47. -- rect: left=19 top=216 right=244 bottom=426
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 0
  51. -- font id: 4
  52. -- text size: 9
  53. -- style flags: 0
  54. -- line height: 12
  55. -- part name: 
  56.  
  57.  
  58. -- part 4 (field)
  59. -- low flags: 00
  60. -- high flags: 4004
  61. -- rect: left=21 top=265 right=293 bottom=428
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 0
  65. -- font id: 4
  66. -- text size: 9
  67. -- style flags: 0
  68. -- line height: 12
  69. -- part name: 
  70.  
  71.  
  72. -- part 5 (field)
  73. -- low flags: 00
  74. -- high flags: 4004
  75. -- rect: left=22 top=313 right=341 bottom=429
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 0
  79. -- font id: 4
  80. -- text size: 9
  81. -- style flags: 0
  82. -- line height: 12
  83. -- part name: 
  84.  
  85.  
  86. -- part 6 (button)
  87. -- low flags: 00
  88. -- high flags: 8003
  89. -- rect: left=336 top=29 right=83 bottom=423
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 1007 / 1007
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: Print Order Form
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   push card
  101.   set visible of card button "print order form" to false
  102.   set visible of card button "previous card" to false
  103.   go to card "order1"
  104.   set visible of card button "back to macmathpascal" to false
  105.   set visible of card button "next card" to false
  106.   print 2 cards
  107.   set visible of card button "back to macmathpascal" to true
  108.   set visible of card button "next card" to true
  109.   pop card
  110.   set visible of card button "print order form" to true
  111.   set visible of card button "previous card" to true
  112. end mouseUp
  113.  
  114.  
  115.  
  116. -- part 7 (button)
  117. -- low flags: 00
  118. -- high flags: 8003
  119. -- rect: left=323 top=87 right=112 bottom=437
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 0 / 0
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: Previous Card
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   go to card id 10729
  131. end mouseUp
  132.  
  133.  
  134.  
  135.  
  136. -- part contents for background part 1
  137. ----- text -----
  138. 102
  139.  
  140. -- part contents for card part 4
  141. ----- text -----
  142.  
  143.  
  144.  
  145. -- part contents for card part 3
  146. ----- text -----
  147.  
  148.  
  149.  
  150. -- part contents for card part 5
  151. ----- text -----
  152.  
  153.  
  154.  
  155. -- part contents for card part 1
  156. ----- text -----
  157.  
  158.